home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / calc / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  227 b   |  15 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. LCOPTS  = -xansi -D__STDC__
  6. LCINCS  = -I/usr/include/gl
  7. LLDLIBS    = libui.a -lgl -lm
  8. CFILES    = calc.c
  9. CVERSION=
  10. TARGETS = calc
  11.  
  12. all default: $(TARGETS)
  13.  
  14. include $(COMMONRULES)
  15.